home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
program
/
gcc
/
gcc270-b.lha
/
gnu
/
GccOpts1_3
/
Example
/
Hello.c
< prev
next >
Wrap
C/C++ Source or Header
|
1995-08-02
|
73b
|
8 lines
#include <stdio.h>
int main()
{
printf("hello, world !");
return 0;
}